d/rules: Rely on debhelper 13 to reset HOME, etc.
authorSimon McVittie <smcv@debian.org>
Sat, 8 Aug 2020 22:21:42 +0000 (23:21 +0100)
committerSimon McVittie <smcv@debian.org>
Sat, 8 Aug 2020 22:21:42 +0000 (23:21 +0100)
debian/rules

index 0a499c142f195df990f857c7ce0bb767e1319fb1..6a7c3e156fc0c11573b743e339341c9a6a2181b0 100755 (executable)
@@ -46,17 +46,6 @@ EXAMPLES_PKG := gtk-$(APIVER)-examples
 NEWS := NEWS$(shell find -maxdepth 1 -size +4k -name NEWS -exec echo ".gz" \;)
 README.md := README.md$(shell find -maxdepth 1 -size +4k -name README.md -exec echo ".gz" \;)
 
-# Avoid test failures on buildd environments
-export HOME=$(CURDIR)/debian/build
-export XDG_RUNTIME_DIR=$(HOME)
-# So that gsettings can find the (uninstalled) gtk schemas
-export XDG_DATA_DIRS=/usr/share:$(CURDIR)/debian/build
-# Put these back to their defaults if we are not running with a clean
-# environment, so that they are based on the temporary $HOME above
-unexport XDG_CACHE_HOME
-unexport XDG_CONFIG_DIRS
-unexport XDG_CONFIG_HOME
-unexport XDG_DATA_HOME
 # Get failing tests' stdout/err so we have some information when a build fails
 export VERBOSE=1